Visual Basic (Declaration) | |
---|---|
Public Overloads Sub OffsetAsync( _ ByVal graphics As IList(Of Graphic), _ ByVal parameters As OffsetParameters _ ) |
C# | |
---|---|
public void OffsetAsync( IList<Graphic> graphics, OffsetParameters parameters ) |
Parameters
- graphics
- A collection of polylines or polygons. Input types can be mixed. All geometries are assumed to be in the coordinate system defined by the input SpatialReference.
- parameters
- Parameters contains additional properties that defines how the offset task will be preformed.
Return Value
Returns a graphic collection of the offset geometries that were processed.Target Platforms:Windows Phone 7